ilert · Example Payload

Get Schedules {Id} User On Call

Incident ManagementOn-Call AlertingAlert RoutingEscalation PoliciesOn-Call SchedulesStatus PagesHeartbeat MonitoringEvent ManagementDevOpsSREIT Operations

Get Schedules {Id} User On Call is an example object payload from ilert, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionmethodpathparametersrequest_bodyresponse

Example Payload

Raw ↑
{
  "summary": "Get the user (wrapped in a shift object) on-call for the specified schedule.",
  "description": "",
  "method": "GET",
  "path": "/schedules/{id}/user-on-call",
  "parameters": {
    "id": 1.0
  },
  "request_body": null,
  "response": {
    "user": {
      "id": 1,
      "firstName": "string",
      "lastName": "string",
      "email": "string",
      "timezone": null,
      "position": "string"
    },
    "end": "string",
    "start": "string"
  }
}